  BODY { 
		font: 9pt "MS Pゴシック";
		margin-left: 10px;
		text-align: left;
		border: black;
		background: transparent;
		}

  P { 
		margin-left: 0px;
		margin-right: 0px;
		text-indent: 0px; 
		font: 9pt "MS Pゴシック";
		border: black;
		background: transparent;
		}


  H1 {
  		margin-left: 0px;
		font: 22pt "MS Pゴシック";
		border: black;
		font-weight: bold;
		background: transparent;
		}

  H2 {
  		margin-left: 0px;
		font: 16pt "MS Pゴシック";
		color: Black;
		font-weight: bold;
		background: transparent;
		}

  H3 {
  		margin-left: 0px;
		font: 12pt "MS Pゴシック";
		border: black;
		font-weight: bold;
		background: transparent;
		}

  H4 {
  		margin-left: 0px;
		font: 10pt "MS Pゴシック";
		color: Black;
		font-weight: bold;
		background: transparent;
		}

  H5 {
  		margin-left: 0px;
		font: 9pt "MS Pゴシック";
		border: black;
		color: darkblue;
		background: transparent;
		}

  TH {
		font: 18pt "MS Pゴシック";
		color: white;
		font-weight: bold;
		}						


  LI { 
		display: list-item;
		font: 9pt "MS Pゴシック";
		margin-left: 0px;
		}	

  DL {	
		display: list-item;

		}

  DT {
		margin-left: 0px;
		text-align: left;
		font: 9pt "MS Pゴシック";
		font-weight: bold;
		color: Black;
		}

  DD {
		margin-left: 0px;
		text-align: left;
		font: 9pt "MS Pゴシック";
		color: black;
		}
  td{ 
		display: list-item;

		font: 9pt "MS Pゴシック";
		margin-left: 0px;
		}


  B, STRONG { 
		font-weight: bold
		} 
  I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { 
		font-style: italic 
		}
  TT, CODE, KBD, SAMP { 
		font-family: monospace 
		}

  A:LINK {
		color: darkblue ;
		text-decoration: none;
		}

  A:VISITED {
		color: royalblue ;
		text-decoration: none;
		}

